projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00be72a
)
Document GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 25 May 2010 13:34:38 +0000
(09:34 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 25 May 2010 13:34:38 +0000
(09:34 -0400)
gtk/gtkfilechooser.h
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooser.h
b/gtk/gtkfilechooser.h
index bcc8734d8a892b197e0872627cad093ef065a321..a7d0512b43220397422f8893c97a368b9145ad6a 100644
(file)
--- a/
gtk/gtkfilechooser.h
+++ b/
gtk/gtkfilechooser.h
@@
-101,7
+101,7
@@
GType gtk_file_chooser_get_type (void) G_GNUC_CONST;
* @GTK_FILE_CHOOSER_ERROR_BAD_FILENAME: Indicates a malformed filename.
* @GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS: Indicates a duplicate path (e.g. when
* adding a bookmark).
- * @GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME:
+ * @GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME:
Indicates an incomplete hostname (e.g. "http://foo" without a slash after that).
*
* These identify the various errors that can occur while calling
* #GtkFileChooser functions.